enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Infrastructures de Recharge pour Véhicules Électriques

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
nom_amenageur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_amenageur
Type
texte
Exemple
                       
Nom de l'opérateur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_operateur
Type
texte
Exemple
                       
Enseigne
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_enseigne
Type
texte
Exemple
                       
Identifiant de la station
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_station_itinerance
Type
texte
Exemple
                       
Nom de la station
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_station
Type
texte
Exemple
                       
Implantation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
implantation_station
Type
texte
Exemple
                       
adresse_station
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_station
Type
texte
Exemple
                       
code_insee_commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee_commune
Type
texte
Exemple
                       
Puissance du point de charge
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
puissance_nominale
Type
int
Exemple
                       
raccordement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
raccordement
Type
texte
Exemple
                       
num_pdl
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_pdl
Type
texte
Exemple
                       
date_mise_en_service
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_mise_en_service
Type
date
Exemple
                       
date_maj
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_maj
Type
date
Exemple
                       
last_modified
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
last_modified
Type
datetime
Exemple
                       
datagouv_dataset_id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datagouv_dataset_id
Type
texte
Exemple
                       
datagouv_resource_id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datagouv_resource_id
Type
texte
Exemple
                       
created_at
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
created_at
Type
datetime
Exemple
                       
consolidated_longitude
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
consolidated_longitude
Type
décimal
Exemple
                       
consolidated_latitude
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
consolidated_latitude
Type
décimal
Exemple
                       
consolidated_code_postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
consolidated_code_postal
Type
texte
Exemple
                       
Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
consolidated_commune
Type
texte
Exemple
                       
consolidated_is_code_insee_modified
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
consolidated_is_code_insee_modified
Type
texte
Exemple
                       
code_geo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_geo
Type
geo_point_2d
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"eb76d20a-8501-400e-b336-d85724de5435",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/eb76d20a-8501-400e-b336-d85724de5435"
      }
    ]
    ,
  • "definitions":
    {
    • "eb76d20a-8501-400e-b336-d85724de5435":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/eb76d20a-8501-400e-b336-d85724de5435_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "eb76d20a-8501-400e-b336-d85724de5435_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "nom_amenageur":
                {
                • "type":"string",
                • "title":"nom_amenageur",
                • "description":""
                }
                ,
              • "nom_operateur":
                {
                • "type":"string",
                • "title":"Nom de l'opérateur",
                • "description":""
                }
                ,
              • "nom_enseigne":
                {
                • "type":"string",
                • "title":"Enseigne",
                • "description":""
                }
                ,
              • "id_station_itinerance":
                {
                • "type":"string",
                • "title":"Identifiant de la station",
                • "description":""
                }
                ,
              • "nom_station":
                {
                • "type":"string",
                • "title":"Nom de la station",
                • "description":""
                }
                ,
              • "implantation_station":
                {
                • "type":"string",
                • "title":"Implantation",
                • "description":""
                }
                ,
              • "adresse_station":
                {
                • "type":"string",
                • "title":"adresse_station",
                • "description":""
                }
                ,
              • "code_insee_commune":
                {
                • "type":"string",
                • "title":"code_insee_commune",
                • "description":""
                }
                ,
              • "puissance_nominale":
                {
                • "type":"integer",
                • "title":"Puissance du point de charge",
                • "description":""
                }
                ,
              • "raccordement":
                {
                • "type":"string",
                • "title":"raccordement",
                • "description":""
                }
                ,
              • "num_pdl":
                {
                • "type":"string",
                • "title":"num_pdl",
                • "description":""
                }
                ,
              • "date_mise_en_service":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_mise_en_service",
                • "description":""
                }
                ,
              • "date_maj":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_maj",
                • "description":""
                }
                ,
              • "last_modified":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"last_modified",
                • "description":""
                }
                ,
              • "datagouv_dataset_id":
                {
                • "type":"string",
                • "title":"datagouv_dataset_id",
                • "description":""
                }
                ,
              • "datagouv_resource_id":
                {
                • "type":"string",
                • "title":"datagouv_resource_id",
                • "description":""
                }
                ,
              • "created_at":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"created_at",
                • "description":""
                }
                ,
              • "consolidated_longitude":
                {
                • "type":"number",
                • "title":"consolidated_longitude",
                • "description":""
                }
                ,
              • "consolidated_latitude":
                {
                • "type":"number",
                • "title":"consolidated_latitude",
                • "description":""
                }
                ,
              • "consolidated_code_postal":
                {
                • "type":"string",
                • "title":"consolidated_code_postal",
                • "description":""
                }
                ,
              • "consolidated_commune":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "consolidated_is_code_insee_modified":
                {
                • "type":"string",
                • "title":"consolidated_is_code_insee_modified",
                • "description":""
                }
                ,
              • "code_geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"code_geo",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires